- channelConversion
bool channelConversion(ubyte[] data, ubyte from, ubyte to)
Undocumented in source. Be warned that the author may not have intended to support it.
- decode
bool decode(ubyte[] data, HipAudioEncoding encoding, HipAudioType type, void delegate(in ubyte[]) , void delegate() )
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAudioConfig
AudioConfig getAudioConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClipChannels
ubyte getClipChannels()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClipData
ubyte[] getClipData()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClipSize
size_t getClipSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDuration
float getDuration()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSamplerate
uint getSamplerate()
Undocumented in source. Be warned that the author may not have intended to support it.
- resample
bool resample(ubyte[] data, HipAudioType type, uint outputSampleRate, uint outputChannels, void delegate(in ubyte[]) , void delegate() )
Undocumented in source. Be warned that the author may not have intended to support it.
- startDecoding
uint startDecoding(ubyte[] data, ubyte[] outputDecodedData, uint chunkSize, HipAudioEncoding encoding)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateDecoding
uint updateDecoding(ubyte[] outputDecodedData)
Undocumented in source. Be warned that the author may not have intended to support it.